OpenRoads Designer CONNECT Edition SDK Help

ProjectPointOnTangentAll(DPoint3d, Double) Method

Projects a point onto an element tangentially. Gets all the projections.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  LinearPointCollection ProjectPointOnTangentAll( DPoint3d point,double ptToPtTolerance)

Parameters

SettingDescription
  DPoint3d Point to project.
   Tolerance used to stroke element and calculate the point.

Return Value

LinearPointCollection Collection of tangent points

See Also